I've temporarily disabled compilation of the gdk-pixbuf-drawable module.
authorCody Russell <bratsche@src.gnome.org>
Thu, 7 Oct 1999 18:04:04 +0000 (18:04 +0000)
committerCody Russell <bratsche@src.gnome.org>
Thu, 7 Oct 1999 18:04:04 +0000 (18:04 +0000)
Federico pointed out some problems with it. It'll be re-enabled when those
are fixed.

gdk-pixbuf/Makefile.am

index 5a98905403ed0c6a4b11efacd9ef758b5729e0d3..e7716ca75894dc6d3761c0eee2a791e78fc33d86 100644 (file)
@@ -44,14 +44,14 @@ testpixbuf_LDADD = $(LDADDS)
 libgdk_pixbufincludedir = $(includedir)/gdk-pixbuf
 
 libgdk_pixbuf_la_SOURCES =     \
+#      gdk-pixbuf-drawable.c   \
        gdk-pixbuf.c            \
-       gdk-pixbuf-io.c         \
-       gdk-pixbuf-drawable.c
+       gdk-pixbuf-io.c
 
 libgdk_pixbufinclude_HEADERS = \
+#      gdk-pixbuf-drawable.h   \
        gdk-pixbuf.h            \
-       gdk-pixbuf-io.h         \
-       gdk-pixbuf-drawable.h
+       gdk-pixbuf-io.h
 
 #
 # The PNG plugin.